Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KmipServerUpdateSpec

Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KmipServerUpdateSpec
Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KmipServerUpdateSpec

This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KmipServerUpdateSpec schema contains properties that describe new configuration for KMIP based key server.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "servers": [
        {
            "name": "string",
            "address": {
                "hostname": "string",
                "port": 0
            }
        }
    ],
    "username": "string"
}
servers
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

List of KMIP compliant key servers.

Key servers must be configured for active-active replication. If the server port is missing or null, a default value for KMIP's port will be used.

This property was added in vSphere API 7.0.0.0.

If missing or null, server configuration will remain unchanged.

string
username
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Username for authentication.

This property was added in vSphere API 7.0.0.0.

If missing or null, username will remain unchanged.

Deprecated